pre code[class]:after {
  content: 'code: ' attr(class);
  display: block; text-align: right;
  font-size: smaller;
  color: #FFF; background: #0F0F0F;
  border-top: solid 1px;
  padding-top: 0.5em;
}

pre code {
  display: block;
  background: #0F0F0F;
}

pre code, 
.ruby .subst {
  color: #FFF;
}

.string,
.function .title,
.class .title, 
.tag .attribute .value,
.css .rules .value,
.preprocessor,
.ruby .symbol,
.built_in,
.sql .aggregate,
.django .template_tag,
.django .variable,
.smalltalk .class {
  color: #66FF00;
}

.comment,
.csharp .java .annotation,
.template_comment {
  color: #9933CC;
}

.number,
.regexp,
.javascript .literal,
.smalltalk .symbol,
.smalltalk .char {
  color: #080;
}

.javadoc,
.ruby .string,
.python .decorator,
.django .filter .argument,
.smalltalk .localvars,
.smalltalk .array {
  color: #66FF00;
}

.keyword,
.css .id,
.phpdoc,
.function .title,
.class .title,
.vbscript .built_in,
.sql .aggregate,
.rsl .built_in,
.smalltalk .class {
  font-weight: bold;
  color: #FF6600;
}